From: Julien Grall Date: Wed, 27 Jul 2016 13:58:30 +0000 (+0100) Subject: xen/arm: Fix coding style and update comment in acpi_route_spis X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~677 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c5eae7332909e3ef1a18e0164e9e4e512edf9ef3;p=xen.git xen/arm: Fix coding style and update comment in acpi_route_spis The comment was not correctly indented. Also the preferred name for the initial domain is "hardware domain" and not "dom0, so replace it. Signed-off-by: Julien Grall Acked-by: Stefano Stabellini --- diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c index 5b2f8ada63..35ab08d863 100644 --- a/xen/arch/arm/domain_build.c +++ b/xen/arch/arm/domain_build.c @@ -1355,8 +1355,9 @@ static int acpi_route_spis(struct domain *d) for( i = NR_LOCAL_IRQS; i < vgic_num_irqs(d); i++ ) { /* - * TODO: Exclude the SPIs SMMU uses which should not be routed to Dom0. - */ + * TODO: Exclude the SPIs SMMU uses which should not be routed to + * the hardware domain. + */ desc = irq_to_desc(i); if ( desc->action != NULL) continue;